home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- puppetSound("mainsnd")
- put "MTG3: 6" & QUOTE & " to 7-1/2" & QUOTE into field "mainmounting"
- puppetTransition(47, 1, 8)
- set the puppet of sprite 10 to 0
- if field "Tblcaste,BRK_OP" contains "BRK1" then
- if field "Tblcaste,OTHER_OP" contains "MTG61" then
- play frame "7ioptiona"
- abort()
- else
- play frame "7ioptionc"
- abort()
- end if
- end if
- if field "Tblcaste,OTHER_OP" contains "MTG61" then
- play frame "7ioptionb"
- abort()
- end if
- if chars(field "Tblcaste,CA_MOD", 7, 7) contains "9" then
- play frame "7ioptiond"
- abort()
- else
- play frame "7ioptione"
- end if
- end
-